Skip to content

Add an exe extension to windows binary during cross build.#2362

Merged
thaJeztah merged 1 commit intodocker:masterfrom
silvin-lubecki:fix-windows-exentension
Mar 3, 2020
Merged

Add an exe extension to windows binary during cross build.#2362
thaJeztah merged 1 commit intodocker:masterfrom
silvin-lubecki:fix-windows-exentension

Conversation

@silvin-lubecki
Copy link
Copy Markdown
Contributor

- What I did
Fix #2359 "make -f docker.Makefile binary-windows after build download to windows, but can't execute."
The exe extension was indeed missing, just added it in the cross compiling windows script.

- How to verify it

$ make -f docker.Makefile binary-windows
...
Building build/docker-windows-amd64.exe

- Description for the changelog

  • Add exe extension to windows cross compiled binary

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
@thaJeztah
Copy link
Copy Markdown
Member

Didn't check yet if it fixes #2359 (perhaps there's another issue), but this change itself looks good to me

@silvin-lubecki
Copy link
Copy Markdown
Contributor Author

@thaJeztah just checked with @mat007 and adding the exe extension fixes the issue. Thanks mathieu 👍 !

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, forgot about this one

LGTM, thanks

@thaJeztah thaJeztah merged commit 7d40720 into docker:master Mar 3, 2020
@silvin-lubecki silvin-lubecki deleted the fix-windows-exentension branch March 3, 2020 16:51
@thaJeztah thaJeztah added this to the 20.03.0 milestone Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make -f docker.Makefile binary-windows after build download to windows, but can't execute.

3 participants